home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7038 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: sourcery.han.de!not-for-mail
  2. Newsgroups: comp.sys.amiga.programmer
  3. References: <503.6668T1010T1244@Redrobe.demon.co.uk>
  4. From: "Olaf Barthel" <olsen@sourcery.han.de>
  5. Date: Sun, 07 Apr 1996 21:07:18 +0100
  6. X-NewsReader: IntuiNews 1.3a (7.9.95)
  7. Subject: Re: WriteChunkyPixels() and gfx cards/cgfx
  8. Message-ID: <13213896@sourcery.han.de>
  9.  
  10. In Article <503.6668T1010T1244@Redrobe.demon.co.uk>, Mike Redrobe <Mike@Redrobe.demon.co.uk> wrote:
  11. > Hi all,
  12. >
  13. > quick query:
  14. >
  15. > is GfxBase->ChunkyToPlanarPtr non-NULL on cybergraphics/CV64
  16.  
  17.    Nope.
  18.  
  19. > In the autodocs this is supposed to be for a pointer to custom c2p hardware...
  20. > the CV64 has c2p hardware, so will this flag tell me?
  21.  
  22.    The flag tells you that a specific type of chunky to planar conversion
  23. hardware is present which for the CyberVision64 isn't.
  24.  
  25. > ..or am I best using WritePixelArray8  (for gfx cards)
  26.  
  27.    Yep, in the worst case WritePixelArray8 should be faster than
  28. WriteChunkyPixels.
  29.  
  30. --
  31. Home: Olaf Barthel, Brabeckstrasse 35, D-30559 Hannover
  32.  Net: olsen@sourcery.han.de
  33.